home *** CD-ROM | disk | FTP | other *** search
/ Champak 41 / Volume 41 - JOGO DISK .iso / Games / konka_66.swf / scripts / DefineSprite_37 / frame_2 / DoAction.as
Text File  |  2007-05-10  |  265b  |  21 lines

  1. if(_root.wuqi == 0)
  2. {
  3.    gotoAndStop("nothing");
  4.    play();
  5. }
  6. if(_root.wuqi == 1)
  7. {
  8.    gotoAndStop("feibiao");
  9.    play();
  10. }
  11. if(_root.wuqi == 2)
  12. {
  13.    gotoAndStop("gun");
  14.    play();
  15. }
  16. if(_root.wuqi == 3)
  17. {
  18.    gotoAndStop("zhaohuan");
  19.    play();
  20. }
  21.